Opc.Ua.Core
ByteStringCollection Constructor(IEnumerable<Byte[]>)



Opc.Ua Namespace > ByteStringCollection Class > ByteStringCollection Constructor : ByteStringCollection Constructor(IEnumerable<Byte[]>)
A collection of byte to add to this collection
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of Byte()) _
)
'Usage
 
Dim collection As IEnumerable(Of Byte())
 
Dim instance As New ByteStringCollection(collection)
public ByteStringCollection( 
   IEnumerable<byte[]> collection
)
public:
ByteStringCollection( 
   IEnumerable<array<byte>>^ collection
)

Parameters

collection
A collection of byte to add to this collection
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ByteStringCollection Class
ByteStringCollection Members
Overload List